Ihar Hrachyshka [Thu, 1 Nov 2007 11:08:11 +0000 (11:08 +0000)]
Updated Belarusian Latin translation.
svn path=/trunk/; revision=18960
Richard Hult [Thu, 1 Nov 2007 08:45:30 +0000 (08:45 +0000)]
Redo the fix for bug #492117, by adding a getter for the private drag
2007-11-01 Richard Hult <richard@imendio.com>
* gdk/quartz/GdkQuartzWindow.c:
* gdk/quartz/GdkQuartzWindow.h:
* gdk/quartz/gdkdnd-quartz.c:
* gdk/quartz/gdkquartz.h:
* gtk/gtkdnd-quartz.c: Redo the fix for bug #492117, by adding a
getter for the private drag context info so we don't need to
expose so much in the public quartz header file.
svn path=/trunk/; revision=18959
Richard Hult [Thu, 1 Nov 2007 07:29:55 +0000 (07:29 +0000)]
Fix build, bug #492117.
2007-11-01 Richard Hult <richard@imendio.com>
* gdk/quartz/GdkQuartzWindow.h: Fix build, bug #492117.
svn path=/trunk/; revision=18958
Ilkka Tuohela [Wed, 31 Oct 2007 14:44:13 +0000 (14:44 +0000)]
Updated Finnish translation (fix for bug #484148)
svn path=/trunk/; revision=18957
Ilkka Tuohela [Wed, 31 Oct 2007 14:25:17 +0000 (14:25 +0000)]
Updated Finnish translation (fix for bug #484148)
svn path=/trunk/; revision=18956
Richard Hult [Wed, 31 Oct 2007 11:01:56 +0000 (11:01 +0000)]
Implement manual resize and move.
2007-10-31 Richard Hult <richard@imendio.com>
* gdk/quartz/GdkQuartzWindow.c:
* gdk/quartz/GdkQuartzWindow.h:
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_begin_resize_drag),
(gdk_window_begin_move_drag): Implement manual resize and move.
svn path=/trunk/; revision=18955
Richard Hult [Wed, 31 Oct 2007 10:14:53 +0000 (10:14 +0000)]
Setup autorelease pool, plugs occasional leak on leopard.
2007-10-31 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_impl_quartz_process_updates): Setup autorelease pool,
plugs occasional leak on leopard.
svn path=/trunk/; revision=18954
Richard Hult [Wed, 31 Oct 2007 10:07:47 +0000 (10:07 +0000)]
Fix build warning (trackingRect should be 0, not nil).
2007-10-31 Richard Hult <richard@imendio.com>
* gdk/quartz/GdkQuartzView.c: Fix build warning (trackingRect should be
0, not nil).
svn path=/trunk/; revision=18953
Emmanuele Bassi [Tue, 30 Oct 2007 12:25:39 +0000 (12:25 +0000)]
Chain up to the parent's finalize virtual function.
2007-10-30 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkbuilder.c (gtk_builder_finalize): Chain up to the
parent's finalize virtual function.
svn path=/trunk/; revision=18952
Owen Taylor [Sun, 28 Oct 2007 22:27:15 +0000 (22:27 +0000)]
Allow the ::delete-range handler to delete text after the text it was
2007-10-28 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Allow
the ::delete-range handler to delete text after the text it was
explicitly asked to delete without confusing us as to whether
we're currently on an editable or not-editable segment.
(#491207)
svn path=/trunk/; revision=18951
Cody Russell [Fri, 26 Oct 2007 20:02:41 +0000 (20:02 +0000)]
Disable beeps when backspacing in textviews by default on Win32 systems.
2007-10-26 Cody Russell <cody@jhu.edu>
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
Disable beeps when backspacing in textviews by default on
Win32 systems. (#490624, Daniel Atallah)
svn path=/trunk/; revision=18950
Owen Taylor [Fri, 26 Oct 2007 14:02:06 +0000 (14:02 +0000)]
Pay attention to tags that turn invisibility off as well as tags that turn
2007-10-26 Owen Taylor <otaylor@redhat.com>
* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible):
Pay attention to tags that turn invisibility off as well
as tags that turn invsibility on. (#488051, Mathias Hasselmann)
svn path=/trunk/; revision=18949
Johan Dahlin [Wed, 24 Oct 2007 18:24:44 +0000 (18:24 +0000)]
Improve gtk_builder_get_type_from_name() documentation. (#461222, Murray
2007-10-24 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilder.c: Improve gtk_builder_get_type_from_name()
documentation. (#461222, Murray Cumming)
svn path=/trunk/; revision=18948
Seán de Búrca [Wed, 24 Oct 2007 14:33:04 +0000 (14:33 +0000)]
Updated Irish translation.
2007-10-24 Seán de Búrca <sdeburca@svn.gnome.org>
* ga.po: Updated Irish translation.
svn path=/trunk/; revision=18947
Richard Hult [Wed, 24 Oct 2007 12:56:28 +0000 (12:56 +0000)]
Use an autorelease pool.
2007-10-24 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (update_toplevel_order): Use an
autorelease pool.
svn path=/trunk/; revision=18946
Johan Dahlin [Wed, 24 Oct 2007 11:52:56 +0000 (11:52 +0000)]
Give up instead of raising an error if we can't find the parent dialog
2007-10-24 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert
(GtkBuilderConverter._convert_dialog_response):
Give up instead of raising an error if we can't find
the parent dialog when converting response ids.
(#479463, Priyank)
svn path=/trunk/; revision=18945
Johan Dahlin [Wed, 24 Oct 2007 11:48:17 +0000 (11:48 +0000)]
Parse signals after <child> tags and add tests. (#468793, Benjamin Otte)
2007-10-24 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilder.c: (_gtk_builder_construct),
(_gtk_builder_add_signals):
* gtk/gtkbuilderparser.c: (end_element):
* gtk/gtkbuilderprivate.h:
* tests/buildertest.c: (test_connect_signals):
Parse signals after <child> tags and add tests.
(#468793, Benjamin Otte)
svn path=/trunk/; revision=18944
Johan Dahlin [Wed, 24 Oct 2007 09:46:31 +0000 (09:46 +0000)]
Allow empty property nodes so we can set empty strings. (#486420, Xavier
2007-10-24 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilderparser.c (end_element): Allow empty property nodes
so we can set empty strings. (#486420, Xavier Claessens)
svn path=/trunk/; revision=18943
Djihed Afifi [Tue, 23 Oct 2007 20:58:02 +0000 (20:58 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=18942
Richard Hult [Tue, 23 Oct 2007 19:07:32 +0000 (19:07 +0000)]
Handle NSFilenamesPboardType in addition to NSURLPboardType to support dnd
2007-10-23 Richard Hult <richard@imendio.com>
* gtk/gtkquartz.c:
(_gtk_quartz_get_selection_data_from_pasteboard): Handle
NSFilenamesPboardType in addition to NSURLPboardType to support
dnd with multiple files from Finder, based on patch from Paul
Davis (bug #467490).
svn path=/trunk/; revision=18941
Richard Hult [Tue, 23 Oct 2007 13:06:31 +0000 (13:06 +0000)]
Maintain a list for the stacking order of windows. Implement lower and
2007-10-23 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c:
(gdk_window_raise, gdk_window_lower, gdk_window_new,
_gdk_windowing_window_destroy): Maintain a list for the stacking
order of windows. Implement lower and raise for child windows. The
list for toplevels is created on demand, and cleared when a window
gets or resigns main status and when new windows are created.
(find_child_window_helper): Use the sorted list to go through
windows from top to bottom. Take any titlebar in consideration for
toplevels, to stop events from sometimes punching through (bugs
#473813 and #489370).
svn path=/trunk/; revision=18940
Johan Dahlin [Mon, 22 Oct 2007 09:15:50 +0000 (09:15 +0000)]
Use gtk_ascii_tolower/toupper instead of the C library variants. (#488918,
2007-10-22 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbuilder.c: Use gtk_ascii_tolower/toupper instead of the C
library variants. (#488918, Sertaç Ö. Yıldız)
svn path=/trunk/; revision=18939
Seán de Búrca [Sun, 21 Oct 2007 23:21:46 +0000 (23:21 +0000)]
Updated Irish translation.
2007-10-21 Seán de Búrca <sdeburca@svn.gnome.org>
* ga.po: Updated Irish translation.
svn path=/trunk/; revision=18938
Yannig MARCHEGAY [Sun, 21 Oct 2007 21:49:52 +0000 (21:49 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=18937
Yannig MARCHEGAY [Sun, 21 Oct 2007 21:49:44 +0000 (21:49 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=18936
Djihed Afifi [Sun, 21 Oct 2007 19:22:04 +0000 (19:22 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=18935
Seán de Búrca [Sun, 21 Oct 2007 17:20:45 +0000 (17:20 +0000)]
Updated Irish translation.
2007-10-21 Seán de Búrca <sdeburca@svn.gnome.org>
* ga.po: Updated Irish translation.
svn path=/trunk/; revision=18934
Tor Lillqvist [Fri, 19 Oct 2007 12:36:04 +0000 (12:36 +0000)]
Add a block around the WM_ACTIVATE case to avoid declaring variables in
2007-10-19 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Add a block
around the WM_ACTIVATE case to avoid declaring variables in the
middle of a block. (#488017)
svn path=/trunk/; revision=18932
Cody Russell [Thu, 18 Oct 2007 17:14:36 +0000 (17:14 +0000)]
Draw focus rect for buttons with relief set to GTK_RELIEF_NONE. (#487954)
2007-10-18 Cody Russell <cody@jhu.edu>
* modules/engines/ms-windows/msw_style.c: Draw focus rect for
buttons with relief set to GTK_RELIEF_NONE. (#487954)
svn path=/trunk/; revision=18931
Priit Laes [Thu, 18 Oct 2007 14:07:43 +0000 (14:07 +0000)]
Translation update by Ivar Smolin.
2007-10-18 Priit Laes <plaes@svn.gnome.org>
* et.po: Translation update by Ivar Smolin.
svn path=/trunk/; revision=18930
Cody Russell [Thu, 18 Oct 2007 00:31:22 +0000 (00:31 +0000)]
gdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconify
2007-10-17 Cody Russell <cody@jhu.edu>
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkwindow-win32.[ch]: Force non-modal transient dialogs
to iconify with their parents on Win32. Maintain a list of transient
children, and whenever a window is hidden or restored we now do the
same thing to all connected transient windows above and below the
current window in the chain. See comment under WM_ACTIVATE for the
reasons why. (#164537, #371036, #405178)
svn path=/trunk/; revision=18929
Owen Taylor [Wed, 17 Oct 2007 18:39:09 +0000 (18:39 +0000)]
Move -Wl,-luuid to LDFLAGS to make libtool happy.
2007-10-17 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (libgtk_win32_2_0_la_LDFLAGS): Move -Wl,-luuid
to LDFLAGS to make libtool happy.
svn path=/trunk/; revision=18928
Tor Lillqvist [Wed, 17 Oct 2007 16:30:17 +0000 (16:30 +0000)]
Use -Wl,-luuid instead of -luuid to work around libtool lossage.
2007-10-17 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Use -Wl,-luuid
instead of -luuid to work around libtool lossage.
svn path=/trunk/; revision=18927
Matthias Clasen [Wed, 17 Oct 2007 05:08:07 +0000 (05:08 +0000)]
Bump version
svn path=/trunk/; revision=18926
Matthias Clasen [Wed, 17 Oct 2007 05:05:49 +0000 (05:05 +0000)]
2.12.1
svn path=/trunk/; revision=18924
Matthias Clasen [Wed, 17 Oct 2007 03:51:50 +0000 (03:51 +0000)]
Updates
svn path=/trunk/; revision=18923
Matthias Clasen [Wed, 17 Oct 2007 03:36:42 +0000 (03:36 +0000)]
Move GtkFileSelection to deprecated section. (#476920, Matthew Barnes)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-docs.sgml: Move GtkFileSelection to deprecated
section. (#476920, Matthew Barnes)
svn path=/trunk/; revision=18922
Matthias Clasen [Wed, 17 Oct 2007 03:33:21 +0000 (03:33 +0000)]
Document GtkTreeModelForeach parameters. (#
4777074, Ross Burton)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktreemodel.sgml: Document GtkTreeModelForeach
parameters. (#
4777074, Ross Burton)
svn path=/trunk/; revision=18921
Matthias Clasen [Wed, 17 Oct 2007 03:24:28 +0000 (03:24 +0000)]
Update the doc
svn path=/trunk/; revision=18920
Matthias Clasen [Wed, 17 Oct 2007 03:09:12 +0000 (03:09 +0000)]
Update the docs for the ::text-column property. (#352643, Josselin
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c: Update the docs for the
::text-column property. (#352643, Josselin Mouette)
svn path=/trunk/; revision=18919
Matthias Clasen [Wed, 17 Oct 2007 02:40:47 +0000 (02:40 +0000)]
Avoid a critical warning. (#456676, Campbell Barton)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_drop_finished): Avoid a critical
warning. (#456676, Campbell Barton)
svn path=/trunk/; revision=18918
Yevgen Muntyan [Tue, 16 Oct 2007 22:35:26 +0000 (22:35 +0000)]
Fixed typo in icon_size_lookup_intern() - colon instead of semicolon
svn path=/trunk/; revision=18917
Matthias Clasen [Tue, 16 Oct 2007 20:08:31 +0000 (20:08 +0000)]
Be more careful when handling (GtkIconSize)-1. (#456137, Harry Lu, Chris
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gkt/gtkiconsize.c: Be more careful when handling
(GtkIconSize)-1. (#456137, Harry Lu, Chris Wang, et al)
svn path=/trunk/; revision=18916
Matthias Clasen [Tue, 16 Oct 2007 18:42:04 +0000 (18:42 +0000)]
Use better magic. (#339877, Bastien Nocera)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* io-wbmp.c: Use better magic. (#339877, Bastien Nocera)
svn path=/trunk/; revision=18915
Matthias Clasen [Tue, 16 Oct 2007 17:33:16 +0000 (17:33 +0000)]
Improve the docs. (#486155, Owen Taylor)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextiter.c (gtk_text_iter_forward_line): Improve
the docs. (#486155, Owen Taylor)
svn path=/trunk/; revision=18914
Matthias Clasen [Tue, 16 Oct 2007 17:29:30 +0000 (17:29 +0000)]
Change testcase to not update screen information on configure-event, since
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* tests/testxinerama.c: Change testcase to not update
screen information on configure-event, since it hides
information for all available screens but add a button
to query current monitor instead (#485437, Frederic Crozat)
svn path=/trunk/; revision=18913
Matthias Clasen [Tue, 16 Oct 2007 17:25:55 +0000 (17:25 +0000)]
Actually use the utf-8 version of the filename. (#485301, Takao Fujiwara)
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinteroptionwidget.c (update_widgets): Actually use
the utf-8 version of the filename. (#485301, Takao Fujiwara)
svn path=/trunk/; revision=18912
Matthias Clasen [Tue, 16 Oct 2007 15:31:21 +0000 (15:31 +0000)]
Updates
svn path=/trunk/; revision=18911
Yair Hershkovitz [Mon, 15 Oct 2007 22:34:31 +0000 (22:34 +0000)]
updated hebrew translation
svn path=/trunk/; revision=18910
Loïc Minier [Mon, 15 Oct 2007 13:26:34 +0000 (13:26 +0000)]
Fix "cannot open display" error message when display is set by the DISPLAY
2007-10-15 Loïc Minier <lool@dooz.org>
* gtk/gtkmain.c: (gtk_init): Fix "cannot open display" error message
when display is set by the DISPLAY env var. (#486636, Mike Hommey)
svn path=/trunk/; revision=18909
Johan Dahlin [Sat, 13 Oct 2007 21:54:22 +0000 (21:54 +0000)]
fix typo
svn path=/trunk/; revision=18908
Johan Dahlin [Sat, 13 Oct 2007 18:07:32 +0000 (18:07 +0000)]
signal_name instead of signal. (#486360, Xavier Claessens)
2007-10-13 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert
(GtkBuilderConverter._add_action_from_menuitem): signal_name instead
of signal. (#486360, Xavier Claessens)
svn path=/trunk/; revision=18907
Matthias Clasen [Fri, 12 Oct 2007 04:31:04 +0000 (04:31 +0000)]
Avoid double-free problems
svn path=/trunk/; revision=18906
Vincent van Adrighem [Thu, 11 Oct 2007 18:27:06 +0000 (18:27 +0000)]
Translation updated by Tino Meinen.
2007-10-11 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=18905
Emmanuele Bassi [Wed, 10 Oct 2007 09:31:36 +0000 (09:31 +0000)]
Document that you need to unref the returned GdkPixbuf. (#484132,
2007-10-10 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c (gtk_recent_info_get_icon): Document
that you need to unref the returned GdkPixbuf. (#484132,
Christian Persch)
(build_recent_info): Use g_slist_prepend() when building
the applications list.
svn path=/trunk/; revision=18904
Emmanuele Bassi [Wed, 10 Oct 2007 08:09:13 +0000 (08:09 +0000)]
Convert the format to the current locale before passing it to strtime().
2007-10-10 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Convert
the format to the current locale before passing it to
strtime(). Fixes corrupt dates with non-UTF8 encodings on
OpenSolaris. (#465380, Takao Fujiwara)
svn path=/trunk/; revision=18903
Emmanuele Bassi [Wed, 10 Oct 2007 08:02:16 +0000 (08:02 +0000)]
Fix the time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)
2007-10-10 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Fix the
time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)
svn path=/trunk/; revision=18902
Matthias Clasen [Wed, 10 Oct 2007 03:34:40 +0000 (03:34 +0000)]
Fix echo handling
svn path=/trunk/; revision=18901
Michael Terry [Wed, 10 Oct 2007 02:13:20 +0000 (02:13 +0000)]
update io translation
svn path=/trunk/; revision=18900
Kristian Rietveld [Tue, 9 Oct 2007 19:40:14 +0000 (19:40 +0000)]
make sure the new cursor node is visible when we are done. (Fixes #472965,
2007-10-09 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): make
sure the new cursor node is visible when we are done. (Fixes #472965,
Carlos Garnacho).
svn path=/trunk/; revision=18899
Kristian Rietveld [Tue, 9 Oct 2007 17:08:18 +0000 (17:08 +0000)]
we should only "don't move the cursor, but just select the current node"
2007-10-09 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): we should
only "don't move the cursor, but just select the current node" if the
cursor node is actually selectable. (Fixes #483730, reported by
Geoff Bache).
svn path=/trunk/; revision=18898
Richard Hult [Mon, 8 Oct 2007 17:50:26 +0000 (17:50 +0000)]
Implement, patch from Paul Davis.
2007-10-08 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_focus): Implement,
patch from Paul Davis.
svn path=/trunk/; revision=18897
Richard Hult [Mon, 8 Oct 2007 17:37:44 +0000 (17:37 +0000)]
Ignore if there are no changes, fixes bug #467269. Patch from Jonathan
2007-10-08 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
Ignore if there are no changes, fixes bug #467269. Patch from
Jonathan Dempsey.
svn path=/trunk/; revision=18896
Richard Hult [Mon, 8 Oct 2007 17:30:02 +0000 (17:30 +0000)]
Patch from Paul Davis to implement this in terms of scrollRect, fixes bug
2007-10-08 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
Patch from Paul Davis to implement this in terms of scrollRect,
fixes bug #478377.
svn path=/trunk/; revision=18895
Priit Laes [Mon, 8 Oct 2007 16:49:35 +0000 (16:49 +0000)]
Translation update by Ivar Smolin.
2007-10-08 Priit Laes <plaes@svn.gnome.org>
* et.po: Translation update by Ivar Smolin.
svn path=/trunk/; revision=18894
Cody Russell [Mon, 8 Oct 2007 15:02:23 +0000 (15:02 +0000)]
Fix memory leak, and fix two instances where a GtkRequisition and a
2007-10-08 Cody Russell <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c:
(draw_tab): Fix memory leak, and fix two instances where
a GtkRequisition and a GtkBorder were being freed with
g_free() rather than gtk_requisition_free() and
gtk_border_free(). (#484730, Daniel Atallah)
svn path=/trunk/; revision=18893
Cody Russell [Mon, 8 Oct 2007 14:49:26 +0000 (14:49 +0000)]
Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and
2007-10-08 Cody Russell <bratsche@gnome.org>
* docs/reference/gdk/tmpl/event_structs.sgml:
Fix a typo in GdkEventGrabBroken where it said
"@grab_window id NULL" and should say
"@grab_window is NULL". (#484650, Chris Lord)
svn path=/trunk/; revision=18892
Kristian Rietveld [Mon, 8 Oct 2007 12:44:35 +0000 (12:44 +0000)]
don't "corrupt" all iterators by reversing the list after adding the
2007-10-08 Kristian Rietveld <kris@imendio.com>
* gtk/gtkfilesystemmodel.c (got_root_folder_cb),
(get_children_get_folder_cb): don't "corrupt" all iterators by
reversing the list after adding the items. Reversing the list isn't
needed anyway as the order of the items in the model does not matter.
(Fixes #327243, comment 10).
svn path=/trunk/; revision=18891
Kristian Rietveld [Mon, 8 Oct 2007 12:39:02 +0000 (12:39 +0000)]
Fix #482841, patch by Karl Tomlinson.
2007-10-08 Kristian Rietveld <kris@imendio.com>
Fix #482841, patch by Karl Tomlinson.
* gtk/gtktooltip.c (gtk_tooltip_display_closed): use g_object_set_data
instead of g_object_set ...
(_gtk_tooltip_toggle_keyboard_mode),
(_gtk_tooltip_handle_event): connect to GdkDisplay::closed after
creating tooltip.
svn path=/trunk/; revision=18890
Matthias Clasen [Sun, 7 Oct 2007 18:22:39 +0000 (18:22 +0000)]
Don't hardcode echo -n
svn path=/trunk/; revision=18889
Matthias Clasen [Sun, 7 Oct 2007 18:17:41 +0000 (18:17 +0000)]
Fix some live cycle issues
svn path=/trunk/; revision=18888
Matthias Clasen [Sun, 7 Oct 2007 16:14:10 +0000 (16:14 +0000)]
Add a little more docs
svn path=/trunk/; revision=18887
Murray Cumming [Fri, 5 Oct 2007 08:18:43 +0000 (08:18 +0000)]
Revert the change on 2007-04-29 (Also check the default handler when
2007-10-05 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkprintoperation.c: (print_pages_idle):
Revert the change on 2007-04-29 (Also check
the default handler when deciding whether to emit the
paginate signal. (#345345, Yevgen Muntyan)).
This stopped printing from working in gtkmm, and is apparently
not appropriate anyway. Bug #482089.
svn path=/trunk/; revision=18885
Hiroyuki Ikezoe [Fri, 5 Oct 2007 03:08:55 +0000 (03:08 +0000)]
Use g_object_ref() instead of gtk_widget_ref(). (#483563)
2007-10-05 Hiroyuki Ikezoe <poincare@ikezoe.net>
* gtk/gtkdnd.c: Use g_object_ref() instead of gtk_widget_ref().
(#483563)
svn path=/trunk/; revision=18884
Emmanuele Bassi [Thu, 4 Oct 2007 22:52:13 +0000 (22:52 +0000)]
Iterate on the proxies we hold when we change the sorting function and the
2007-10-04 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentaction.c:
(gtk_recent_action_set_sort_func), (set_current_filter): Iterate
on the proxies we hold when we change the sorting function and
the filter.
(gtk_recent_action_connect_proxy),
(gtk_recent_action_create_menu): Set the GtkRecentChooser:filter
property when we create/connect a proxy chooser. Thanks to
Jonh Wendell for pointing this bug out on gtk-list.
(gtk_recent_chooser_set_property): Bail out without iterating
over the proxies when there's no need to.
svn path=/trunk/; revision=18883
Luca Ferretti [Thu, 4 Oct 2007 14:07:31 +0000 (14:07 +0000)]
Updated Italian translation.
2007-10-04 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18882
Matthias Clasen [Thu, 4 Oct 2007 12:52:46 +0000 (12:52 +0000)]
Add a second volume button.
2007-10-04 Matthias Clasen <mclasen@redhat.com>
* tests/testvolumebutton.c: Add a second volume button.
* gtk/gtkscalebutton.c: Doh, don't release grabs we don't hold.
(#478371, reported by Bill Nottingham)
svn path=/trunk/; revision=18881
Loïc Minier [Thu, 4 Oct 2007 07:40:55 +0000 (07:40 +0000)]
Fix warnings and display of modified date / time in filechooser for some
2007-10-04 Loïc Minier <lool@dooz.org>
* gtk/gtkfilechooserdefault.c: (list_mtime_data_func): Fix warnings
and display of modified date / time in filechooser for some locales as
it was missing a locale to UTF-8 conversion. Fixes #482504.
svn path=/trunk/; revision=18880
Luca Ferretti [Thu, 4 Oct 2007 07:10:59 +0000 (07:10 +0000)]
Added EURO sign to font preview text.
2007-10-04 Luca Ferretti <elle.uca@libero.it>
* it.po: Added EURO sign to font preview text.
svn path=/trunk/; revision=18879
Xan Lopez [Wed, 3 Oct 2007 19:49:40 +0000 (19:49 +0000)]
remove duplicated declaration of gtk_notebook_create_window. Patch by
2007-10-03 Xan Lopez <xan@gnome.org>
* gtk/gtknotebook.c: remove duplicated declaration of
gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837)
svn path=/trunk/; revision=18878
Yannig MARCHEGAY [Wed, 3 Oct 2007 16:31:58 +0000 (16:31 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=18877
Luca Ferretti [Tue, 2 Oct 2007 20:45:50 +0000 (20:45 +0000)]
Updated Italian translation.
2007-10-02 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=18876
Richard Hult [Tue, 2 Oct 2007 17:51:06 +0000 (17:51 +0000)]
Don't do anything while in fullscreen mode. (gdk_window_set_decorations):
2007-10-02 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c: (gdk_window_move),
(gdk_window_resize): Don't do anything while in fullscreen mode.
(gdk_window_set_decorations): Update the size of the window after
showing/hiding the title bar so the size of the content area
doesn't change.
(gdk_window_get_decorations): NSBorderlessWindowMask is 0, so
don't try to check it as a bit being set.
(gdk_window_fullscreen), (gdk_window_unfullscreen): Implement.
svn path=/trunk/; revision=18875
Federico Mena Quintero [Tue, 2 Oct 2007 15:50:27 +0000 (15:50 +0000)]
455284 - Focus or toggle location entry
2007-10-02 Federico Mena Quintero <federico@novell.com>
Fix http://bugzilla.gnome.org/show_bug.cgi?id=455284 - In the file
chooser, Ctrl-L should switch to the location entry. If we are
already on the location entry, turn it off. Based on a patch by
Jaap A. Haitsma <jaap@haitsma.org> and an idea by Wouter
Bolsterlee.
* gtk/gtkfilechooserdefault.c (location_button_toggled_cb): Call
location_mode_set() directly instead of using toggle_location_mode().
(toggle_location_mode): Removed.
(location_toggle_popup_handler): If the file entry is not visible,
show it. If it is visible, turn it off only if it is focused.
Otherwise, switch to the entry.
Signed-off-by: Federico Mena Quintero <federico@gnu.org>
svn path=/trunk/; revision=18874
Tim Janik [Mon, 1 Oct 2007 18:26:45 +0000 (18:26 +0000)]
docs/reference/gtk/tmpl/gtkmenu.sgml: more wording fixups from Owen Taylor.
svn path=/trunk/; revision=18873
20:21:28 Tim Janik [Mon, 1 Oct 2007 18:21:54 +0000 (18:21 +0000)]
reworded push_in description with Owen's help, fixes bug #482034.
2007-10-01 20:21:28 Tim Janik <timj@imendio.com>
* gtk/tmpl/gtkmenu.sgml: reworded push_in description with Owen's
help, fixes bug #482034.
svn path=/trunk/; revision=18872
Kristian Rietveld [Mon, 1 Oct 2007 09:04:57 +0000 (09:04 +0000)]
fix up if-condition to only set the true arrow type if show_sort_indicator
2007-10-01 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
fix up if-condition to only set the true arrow type if
show_sort_indicator is TRUE. (#448343, reported by Emil Nowak).
svn path=/trunk/; revision=18871
Luca Ferretti [Sat, 29 Sep 2007 09:39:48 +0000 (09:39 +0000)]
Updated Italian translation
2007-09-29 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation
svn path=/trunk/; revision=18870
Changwoo Ryu [Sat, 29 Sep 2007 08:31:29 +0000 (08:31 +0000)]
Updated Korean translation.
2007-09-29 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=18869
Luca Ferretti [Thu, 27 Sep 2007 13:00:34 +0000 (13:00 +0000)]
Updated Italian translation fixing some access keys
2007-09-27 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation fixing some access keys
svn path=/trunk/; revision=18868
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:05:49 +0000 (17:05 +0000)]
svn path=/trunk/; revision=18867
svn path=/trunk/; revision=18867
Iñaki Larrañaga Murgoitio [Wed, 26 Sep 2007 17:02:33 +0000 (17:02 +0000)]
svn path=/trunk/; revision=18866
svn path=/trunk/; revision=18866
Emmanuele Bassi [Tue, 25 Sep 2007 20:59:15 +0000 (20:59 +0000)]
Fixes for bug #480123.
2007-09-25 Emmanuele Bassi <ebassi@gnome.org>
Fixes for bug #480123.
* gtk/gtksearchenginesimple.c:
(gtk_search_engine_simple_dispose), (search_thread_done_idle): Cancel
the file tree walking thread when disposing the search engine
implementation.
* gtk/gtkfilechooserdefault.c (search_stop_searching): Forcibly
stop the search engine implementation when stopping the search,
instead of just unreffing the object.
svn path=/trunk/; revision=18865
Kristian Rietveld [Mon, 24 Sep 2007 18:23:01 +0000 (18:23 +0000)]
add extra NULL check for tooltipsdata to avoid code fiddling with
2007-09-24 Kristian Rietveld <kris@imendio.com>
* gtk/gtktooltips.c (gtk_tooltips_set_tip): add extra NULL check
for tooltipsdata to avoid code fiddling with active_tips_data
from crashing. (Fixes #460194, Peter Wright, Matthijs De Smedt).
svn path=/trunk/; revision=18864
Matic Žgur [Mon, 24 Sep 2007 17:13:40 +0000 (17:13 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=18863
Matthias Clasen [Mon, 24 Sep 2007 17:12:33 +0000 (17:12 +0000)]
correct a comment
svn path=/trunk/; revision=18862
Matic Žgur [Mon, 24 Sep 2007 17:11:37 +0000 (17:11 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=18861
Tor Lillqvist [Mon, 24 Sep 2007 13:45:40 +0000 (13:45 +0000)]
Set the GtkWin32EmbedWidget we create here as modal. Fixes #389358.
2007-09-24 Tor Lillqvist <tml@novell.com>
* gtk/gtkprintoperation-win32.c (pageDlgProc): Set the
GtkWin32EmbedWidget we create here as modal. Fixes #389358.
svn path=/trunk/; revision=18860
Vincent van Adrighem [Sun, 23 Sep 2007 16:38:01 +0000 (16:38 +0000)]
Translation updated by Tino Meinen.
2007-09-23 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=18859
Takeshi AIHANA [Sun, 23 Sep 2007 01:59:58 +0000 (01:59 +0000)]
Fixed wrong translation.
2007-09-23 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Fixed wrong translation.
svn path=/trunk/; revision=18858